Pages: [1] |
1. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Dread Griffin wrote: It seems executing a foreach loop on your eZet.EveLib.DynamicCrest.Expando object works fine until the end when I get an exception for the object not containing a definition for 'next'. I've looked up ways to identify if an...
- by Mathliney Kagrel - at 2016.06.21 07:13:15
|
2. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Icahmura Hasaki wrote: You are already doing that here: var root = await crest.GetAsync(crest.Host); You should be able to request any url using that :) Yep, just figured :) Will be handy for sure.
- by Mathliney Kagrel - at 2016.06.18 15:16:25
|
3. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Icahmura Hasaki wrote: Mathliney Kagrel wrote: Icahmura Hasaki wrote: See if this works: var itemUrl = "https://crest-tq.eveonline.com/types/589/"; var tmpHistory = await tmpRegion.GetAsync(h => h.marketHistory, "type", itemUrl); ...
- by Mathliney Kagrel - at 2016.06.18 15:05:02
|
4. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Icahmura Hasaki wrote: Mathliney Kagrel wrote: Icahmura Hasaki wrote: See if this works: var itemUrl = "https://crest-tq.eveonline.com/types/589/"; var tmpHistory = await tmpRegion.GetAsync(h => h.marketHistory, "type", itemUrl); ...
- by Mathliney Kagrel - at 2016.06.18 15:03:44
|
5. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Icahmura Hasaki wrote: See if this works: var itemUrl = "https://crest-tq.eveonline.com/types/589/"; var tmpHistory = await tmpRegion.GetAsync(h => h.marketHistory, "type", itemUrl); Obviously you don't want to hardcore the url like tha...
- by Mathliney Kagrel - at 2016.06.18 14:49:34
|
6. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
I have a small problem but kinda blocking : how can we get for example market history for a said item in a said region ? I mean I can get every orders (thanx to "orderAll") but the same question would apply if I only want to get Jita orders for T...
- by Mathliney Kagrel - at 2016.06.18 14:04:16
|
7. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Dread Griffin wrote: It seems executing a foreach loop on your eZet.EveLib.DynamicCrest.Expando object works fine until the end when I get an exception for the object not containing a definition for 'next'. I've looked up ways to identify if an...
- by Mathliney Kagrel - at 2016.06.14 21:47:21
|
8. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Icahmura Hasaki wrote: With all the breaking changes to CREST, I will probably not be actively developing or supporting EveCrest anymore, it's simply too time consuming to keep up with all the changes. I will focus on DynamiCrest, and my first...
- by Mathliney Kagrel - at 2016.06.14 17:49:13
|
9. EveLib - .NET 4.5 Library for Eve Online API and other popular APIs - in EVE Technology Lab [original thread]
Hello, Since today's changes, API is broken, server status or something like this.
- by Mathliney Kagrel - at 2016.06.14 12:22:26
|
10. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Pete Butcher wrote: Then run SELECT ... LIMIT 1 on Oracle or SELECT ... WHERE ROWNUM < 2 on SQL Server. Or use [] in MySQL. Or the same case-insensitive query in Oracle as In MySql. Have fun. To put this in short - SQL is very poorly standa...
- by Mathliney Kagrel - at 2016.05.22 17:48:57
|
11. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Steve Ronuken wrote: Versioning isn't important. Really? Are you really trying to say that? Are you kidding me? Yes, it might not be as important for us, as consumers. But for CCP, when they have multiple streams, which need to be merged toget...
- by Mathliney Kagrel - at 2016.05.22 16:14:09
|
12. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Pete Butcher wrote: Mathliney Kagrel wrote: Pete Butcher wrote: Sql is neither standardized, very fast nor efficient. Just trowing my 2 cents there. Check wiki about standard, it is clearly. About efficiency and speed, I hope you are n...
- by Mathliney Kagrel - at 2016.05.22 16:09:03
|
13. Proposed Changes to the Static Data Export (SDE) - in EVE Technology Lab [original thread]
Steve Ronuken wrote: Try version controlling a database. Then you'll realise why. Total PITA. And what works in one database, doesn't always work in another. (And Eve uses at least three. SQL Server on the server, sqlite and a custom format on ...
- by Mathliney Kagrel - at 2016.05.22 15:27:58
|
Pages: [1] |
First page | Previous page | Next page | Last page |